*{
	margin: 0;
	border: 0;
	padding: 0;
}
body{
	font-family: arial;
	color: #434343;
}
.about-top{
	width: 100%;
}
.about-top-a{
	width: 88%;
	float: left;
	font-size: 1.1em;
	margin-top: 1%;
}
.about-top-a span{
	padding-left: 3%;
	padding-top: 1%;
	vertical-align: middle;
}
.about-top-a img{
	vertical-align: middle;
}
.about-p{
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 5%;
    text-indent: 5%;
    text-align: justify;
    font-size: 0.8em;
    line-height: 135%;
    color: #959595;
}
.about-p p{
	padding-top: 3%;
}
.about-p-a{
	text-align: center;
	font-size: 1em;
	color: #0a787c;
	font-weight: 800;
	margin-top: 3%;
	margin-bottom: 2%;
}
.about-top1{
	position: fixed;
    right: 10%;
    top: 85%;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
	background-color: #007579;	
	font-size: 1em;
	opacity: 0.65;
}
.about-top1 a{
	text-decoration: none;
	color: #fff;
}
